home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / DOS / UTILITY / OSASS11 / OSHELP.EXE / OSTRUBLE.HLP < prev   
Text File  |  1992-09-26  |  2KB  |  48 lines

  1.  
  2.                               TROUBLESHOOTING
  3.  
  4.  
  5. Q. When I run the OSASSIST utility and I select any of the menu options,  I
  6.    receive the following error message:
  7.  
  8.        "File not found.   Press any key to continue:"
  9.  
  10. A. Most  likely, you  are running  a version  of DOS  that is  earlier than
  11.    3.00.  If so, place the following command in your AUTOEXEC.BAT file:
  12.  
  13.         SET OSASSISTDIR=<PATH>
  14.  
  15.         where <PATH> is  the name of  the directory in  which the OS/ASSIST
  16.         utilities have been installed.  For example:
  17.  
  18.         SET OSASSISTDIR=C:\OSASSIST
  19.  
  20.    This command will  instruct the OSASSIST  utility where to  look for the
  21.    files containing the help text.
  22.  
  23.    ------------------------------------------------------------------------
  24.  
  25. Q. Even  though  I  specify  command  arguments  when  I run  the OS/ASSIST
  26.    utilities, I am always prompted for additional information.
  27.  
  28. A. The OS/ASSIST utilities will operate in two different modes, the  NOVICE
  29.    mode and the  EXPERT mode.   When in NOVICE  mode, you are  prompted for
  30.    any information that is  required to run the  utility.  In EXPERT  mode,
  31.    you provide the information through command arguments.
  32.  
  33.    The  mode  in  which  the  utilities  operate  is  controlled  via   the
  34.    environment  variable  ASSIST.    When  the   utilities  are   initially
  35.    installed, the following command is placed in your AUTOEXEC.BAT file:
  36.  
  37.         SET OSASSIST=NOVICE
  38.  
  39.    If you  wish to  switch to  the EXPERT  mode, change  this line  in your
  40.    AUTOEXEC.BAT file to read as follows:
  41.  
  42.         SET OSASSIST=EXPERT
  43.  
  44.    Refer to  the OS/ASSIST  for DOS  manual for  more information regarding
  45.    this feature.
  46.  
  47.  
  48.